QuerySetCell(query, column_name, value [, row_number ])Sets the cell in a specified column to a specified value. If no row number is specified, the cell on the last row will be set. Returns TRUE.
Name of the query already executed.
Name of the column in the query.
Value to set in the specified cell.
Number of the row. Defaults to last row.